Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatCellsActionCommand Class / FormatCellsActionCommand Constructor / FormatCellsActionCommand Constructor(Worksheet,StyleFormat,Reference,Nullable<Boolean>,Object)
The range which this command working to.
The extend object.


In This Topic
    FormatCellsActionCommand Constructor(Worksheet,StyleFormat,Reference,Nullable<Boolean>,Object)
    In This Topic
    Initializes a new instance of the FormatCellsActionCommand class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As Worksheet, _
       ByVal newStyleFormat As StyleFormat, _
       ByVal reference As Reference, _
       ByVal isMergedCell As Nullable(Of Boolean), _
       ByVal extendObject As Object _
    )
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim newStyleFormat As StyleFormat
    Dim reference As Reference
    Dim isMergedCell As Nullable(Of Boolean)
    Dim extendObject As Object
     
    Dim instance As New FormatCellsActionCommand(worksheet, newStyleFormat, reference, isMergedCell, extendObject)

    Parameters

    worksheet
    newStyleFormat
    reference
    The range which this command working to.
    isMergedCell
    extendObject
    The extend object.
    See Also